home *** CD-ROM | disk | FTP | other *** search
- package morpheme.backgammon;
-
- import javax.microedition.lcdui.Display;
- import javax.microedition.midlet.MIDlet;
-
- public class Backgammon extends MIDlet {
- // $FF: renamed from: for morpheme.backgammon.h
- private h field_0;
- // $FF: renamed from: if morpheme.backgammon.d
- private d field_1;
- // $FF: renamed from: new javax.microedition.lcdui.Display
- public Display field_2;
- // $FF: renamed from: int boolean
- private boolean field_3 = false;
- // $FF: renamed from: a boolean
- public boolean field_4;
- // $FF: renamed from: do boolean
- private boolean field_5 = false;
-
- public void startApp() {
- if (!this.field_3) {
- this.field_2 = Display.getDisplay(this);
- this.field_1 = new d(this);
- if (this.field_1.getHeight() != 80 || this.field_1.getWidth() != 101) {
- this.field_4 = true;
- }
-
- this.field_0 = new h(this, this.field_1);
- this.field_2.setCurrent(this.field_1);
- this.field_3 = true;
- }
-
- this.method_0();
- }
-
- // $FF: renamed from: a () void
- public void method_0() {
- if (!this.field_5) {
- this.field_0.void();
- }
-
- }
-
- public void pauseApp() {
- this.field_0.int();
- }
-
- public void destroyApp(boolean var1) {
- this.field_0.j();
- }
- }
-